body{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.GaCslider{
    /* width: 100%; */
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    direction: ltr;
    margin-top: 1em;
}
.GaCslider_show{
    height: auto;
    float: left;
    overflow: hidden;
    padding: 3% 1%;
}
.GaCslider_rall{
    width: fit-content;
    height: auto;
    float: left;
    display: flex;
    direction: ltr;
}
.GaCslider_child{
    height: auto;
    margin: 0% 1%;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* overflow: hidden; */
}
.GaCslider_child .featured_pr{
    width: 100% !important;
}
.cs-btn{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    direction: ltr;
}
.cs-page{
    padding: 6px;
    border-radius: 100px;
    cursor: pointer;
    margin: 0px 8px;
    background-color: white;
}
.Gacslider_btn{
    width: fit-content;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /* padding: 0 5%; */
    
}
.GaCslider_next,.GaCslider_back{
    padding:1rem;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: rgb(0, 94, 202);
}

.slider-img-box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgb(214, 214, 214); */
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid rgb(228, 228, 228);
    /* padding: 0.5em 0; */
    box-sizing: border-box;
}
.slider-img-box img{
    width: 100%;
    height: auto;
    float: left;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 5px;
}
.GaCslider_next i,.GaCslider_back i{
    font-size: 17px;
}
/* @media only screen and (max-width:990px){

    .galleryContainer{
        width: 80%;
    }
} */
@media only screen and (max-width: 620px){
    .galleryContainer {
        width: 100%;
    }
}